home *** CD-ROM | disk | FTP | other *** search
- -- card: 16242 from stack: in
- -- bmap block id: 17133
- -- flags: 4000
- -- background id: 7352
- -- name:
- ----- HyperTalk script -----
- on openCard
- put card field "info" into textString
- set the lockText of card field "info" to false
- put empty into card field "info"
- set lockScreen to false
- show card field "info"
- type tab
- repeat with charNumber = 1 to the number of characters in textString
- type char charNumber of textstring
- end repeat
- set the lockText of card field "info" to true
- wait 2 seconds
- hide card field "info"
- wait 1 seconds
- --go next
- end openCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=144 top=314 right=342 bottom=185
- -- title width / last selected line: 0
- -- icon id / first selected line: 9301 / 9301
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PREV
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go prev
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=249 top=314 right=342 bottom=290
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HOME
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=354 top=314 right=342 bottom=395
- -- title width / last selected line: 0
- -- icon id / first selected line: 27009 / 27009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NEXT
- ----- HyperTalk script -----
- on mouseUp
- go next
- end mouseUp
-
-
-
- -- part 10 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=115 top=117 right=211 bottom=423
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 16384
- -- line height: 14
- -- part name: Info
-
-
- -- part contents for card part 10
- ----- text -----
- Sign Studio‚Ñ¢ - Apprentice may also be used by those with an artistic flair, to create attractive and very unusual signs.
-
- The remainder of this demo illustrates the advanced usage of Apprentice.
-
-
-